home *** CD-ROM | disk | FTP | other *** search
/ Univers Interactif 3 / INTERACTIF.BIN / pc / planeten / internet / netrpg14.sit / NetRPG 1.42 ƒ / Version History < prev    next >
Text File  |  1995-04-06  |  9KB  |  172 lines

  1. NetRPG Version History & Changes:
  2.  
  3. Version 1.42:
  4. Ñ Bug fix for /add & /del for character sheets
  5. Ñ /del 2-6  -  This will delete lines 2 thru 6 of a character sheet.  Yay!
  6.  
  7. Version 1.41:
  8. Ñ Fixed : as /do alias, so that if the : is followed by a non-letter (ie, when typing a smiley ":-)" ), the input is said to the chat room, not interpreted as /do.
  9.  
  10. Version 1.40: (Major change to character files!)
  11. Ñ Character's HP's, MaxHP's, and Ready weapons are now saved to disk and loaded in when that player next logs in.  (Good for multi-week adventures!)
  12. This requires changes to be made to already existing character files!
  13. The first 5 lines of character files now hold character information, and look like this:
  14.     Password: user
  15.     AC: 4
  16.     HP: 12 / 14
  17.     Ready_weapon: 3 17 2d4 big mace
  18.     --[Below this line is the visible character sheet]--
  19. So, you need to either add this header block onto your pre-existing character files in the NetRPG character folder (inside the preferences folder), or start with new blank character sheets by creating text files with a single line:
  20.     Password: user
  21. If the single line method is chosen, NetRPG will create a header block once a character is logged in and has changed something (readied a weapon, set hp's or ac).
  22.  
  23. Version 1.34:
  24. Ñ Macro for DOing something.  ex: ":eats" is the same thing as "/do eats"
  25. Ñ /who name 10-25   -  prints out name's character sheet from 10-25
  26.  
  27. Version 1.32:
  28. Ñ /emulate now works for /do as well as talking by the DM
  29. Ñ /who name 2 6 - prints out character sheet info from lines 2 to 6 (example)
  30. Ñ VT100 codes:
  31. /set vt on - turns on inverse video for any channel-wide messages sent by a user
  32. /set vt off - turns it off (default setting)
  33. Note: Muddweller does _not_ do inverse video, even though it handles vt100 codes. :-\
  34. Ñ disallow players to attack the DM.  (they're smart-alecks sometimes :-)
  35. Ñ improved output formatting slightly for talking, doing, whispering
  36. Ñ private dice rolling
  37. /roll 2d4 priv - sends the output to just the player and the DM
  38.  
  39. Version 1.31:
  40. Ñ /emulate <name> - a DM command which lets the DM look like another person, for purposes of talking.  /emulate without a name will turn it off.
  41. Ñ Fixed a login bug.
  42.  
  43. Version 1.30:
  44. First off, NetRPG is no longer free.  It is now $10 shareware.  Please register using the included Register program.
  45.  
  46. Second, I have a new email address, since I am using KAGI's shareware registration system: erich@kagi.com
  47.  
  48. Since version 1.20, characters now have individualized logins and passwords, due to the new feature set of character sheets.
  49.  
  50. The hierarchy of your mac will look like the following (after you run NetRPG 1.20 or higher and let it build the folders):
  51.  
  52. HardDrive : System Folder : Preferences Folder : NetRPG Folder :
  53. In the NetRPG Folder appears a NetRPG Preferences file, which you can edit with a text editor.  Also, characters go in the NetRPG Characters folder that's in there.
  54.  
  55. Making a new character:
  56. Open up TeachText or some other text editor.  Make a new file with Command-N.  Type the character's password on the first line of the file (A single word is usually good) and then save the file with the characters online name.  I mean, if the character is Sir Gawyn De Fibrilos, with a nickname of just Gawyn, save the file as Gawyn. (capitalization doesn't matter).
  57.  
  58. Logging in as a new character:
  59. Players connecting to the server see a "Login:" prompt.  They type their name (like "Gawyn" for instance) and then they are prompted for a password.
  60.  
  61. Character sheet commands:
  62. /ADD line - adds 'line' to your character info (on disk at the server)  NOTE: Lines beggining with a '-' are invisible to other players.
  63. Example Character Entry Session:
  64. /add Lupus  Half-Elf  Ranger        Lvl:5  XP for next level:64,000
  65. /add -  XP=47,000   HP=56 (+roll for 6th level)
  66. /add STR:17   DEX:17   CON:17   INT:10   WIS:14   CHA:5
  67. /add +=+ ABILITIES/PROFICIENCIES +=+
  68. /add  2 Handed fighting in studded leather or less, Tracking @ +1 per lvl > 3rd
  69. /add Creature Empathy, Followers @ 10th, Set snares/Traps, Blind Fighting
  70. /add +=+ WEAPONS +=+
  71. /add Black Morning Star - create darkness 2 per wk, 10'rad,wielder can see thru
  72. /add +2/2/2   2d4+3/1d6+4  THACO=13  SPD=3
  73.  
  74. If another player types "/who Lupus" they would see:
  75. =+= Character Sheet for [lupus] =+=
  76.  1    Lupus  Half-Elf  Ranger        Lvl:5  XP for next level:64,000
  77.  2    STR:17   DEX:17   CON:17   INT:10   WIS:14   CHA:5
  78.  3    +=+ ABILITIES/PROFICIENCIES +=+
  79.  4    2 Handed fighting in studded leather or less, Tracking @ +1 per lvl > 3rd
  80.  5    Creature Empathy, Followers @ 10th, Set snares/Traps, Blind Fighting
  81.  6    +=+ WEAPONS +=+
  82.  7    Black Morning Star - create darkness 2 per wk, 10'rad,wielder can see thru
  83.  
  84. But the DM or Lupus would see:
  85. =+= Character Sheet for [lupus] =+=
  86.  1    Lupus  Half-Elf  Ranger        Lvl:5  XP for next level:64,000
  87.  2  - XP=47,000   HP=56 (+roll for 6th level)
  88.  3    STR:17   DEX:17   CON:17   INT:10   WIS:14   CHA:5
  89.  4    +=+ ABILITIES/PROFICIENCIES +=+
  90.  5    2 Handed fighting in studded leather or less, Tracking @ +1 per lvl > 3rd
  91.  6    Creature Empathy, Followers @ 10th, Set snares/Traps, Blind Fighting
  92.  7    +=+ WEAPONS +=+
  93.  8    Black Morning Star - create darkness 2 per wk, 10'rad,wielder can see thru
  94.  9  - +2/2/2   2d4+3/1d6+4  THACO=13  SPD=3
  95.  
  96. Character Sheet Editing:
  97. /AFTER # line - adds 'line' after line #.  To insert at the beginning, use /after 0 blah
  98. Example sheet:
  99.  1  Name
  100.  2  Abilities
  101. /after 1 HP=5
  102. Gives:
  103.  1  Name
  104.  2  HP=5
  105.  3  Abilities
  106.  
  107. /DELETE,/DEL # - deletes line number # from your character.
  108.  
  109. /WHO name - prints out that player's character info.  So, "/who gawyn" will send gawyn's public character sheet to you, or send all of it if the DM typed it.
  110.  
  111. /ME - aliases to "/who my_name" and shows your character
  112.  
  113. Version 1.26-1.29:
  114. I changed the default port back to 1420, so that people who have telnet servers of some kind on their machines don't get conflicts.  (like people running UN*X of some kind)
  115.  
  116. /MAP - (can be used by anyone) Returns the current contents of the server's MAP storage, which can be any set of strings that the DM stores.
  117. /MAP START - DM command which makes all of the following strings sent to the server by the DM be stored in the MAP storage
  118. /MAP END - DM command which stops the MAP capture
  119. Example:  You could have all of the following lines a text editor, and paste it into your client when the party enters the area:
  120.  
  121.  
  122.     After the bend north, the hallway widens into a diamond shaped room, with 
  123. the hallway continuing out the other side of the room.
  124. /map begin
  125.        | |
  126.        | |
  127.       /   \
  128.      /     \
  129.     /       \
  130.     \       /
  131.      \     /
  132.       \   /
  133.        | |
  134.        | |
  135. /map end
  136. (NEW MAP ENTERED)
  137.     In the room ahead, something spherical floats in the air
  138. at about chest height. The spheroid seems to have a
  139. central eye and a dozen tentacles topped with eyeballs
  140. growing out of its top.
  141. /add beholder 8 19 1d2 45 9 Floating eyeball
  142. /em beholder
  143. /do slowly turns and looks menacingly at the party...
  144.  
  145.  
  146. /WAIT - causes the current monster or player to postpone their action until the end of initiatives and then they get another chance to do something.  Players can do /wait on themselves, DM can do /wait on the current monster or player at any time.
  147.  
  148. /DAMAGE <monster or player name> - DM can now cause damage directly to monsters or players
  149.  
  150. /TARGET <target name> - Players can use this to set their "last_target" field.  Can be useful for making simpler attack macros.  DM can use this to set the target of the current initiative monster, and then use "/a" to do a "quick attack".  (seems easier than having to always type "/a orc1 alex", and only type "/t alex (return), /a")
  151.  
  152. Ñ The /modify command has been deactivated.  Too clunky of an interface.  I need to make up some new monster mod routines.
  153.  
  154.  
  155. Version 1.10 - 1.25:
  156. Ñ Major revisions, bugs squashed (and created :-( ), but it's getting pretty cool!
  157. Ñ New email address : erich@kagi.com
  158.  
  159. Version 1.08:
  160. Ñ /MAP to store and display maps
  161. Ñ /WAIT to defer action till later in the round
  162. Ñ /DAMAGE - DM can now use this to modify players' HP levels
  163. Ñ Merged NetRPG with Chat 2.0.6 code to fix a few minor bugs
  164.  
  165. Version 1.06:
  166. Ñ New DM command /PHRASE <monster> to change a monster's phrase
  167. Ñ /WHO now shows an approximation of max HP's to the players, because they should get some idea of just how strong other players/monsters are.
  168. Ñ /ATTACK <target> [to hit modifier] added.
  169.  
  170. Version 1.04:
  171. Ñ First net release.  Bunch of nifty features and most bugs ironed out.
  172.